home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_Playmodule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
146b
|
12 lines
/* EaglePlayer - geladenes Module abspielen */
address 'rexx_EP'
options results
Play
if result == "no" then do
say "No Module loaded !"
end